'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal newStyleFormat As StyleFormat, _ ByVal reference As Reference, _ ByVal isMergedCell As Nullable(Of Boolean), _ ByVal extendObject As Object _ )
'Usage
Dim worksheet As Worksheet Dim newStyleFormat As StyleFormat Dim reference As Reference Dim isMergedCell As Nullable(Of Boolean) Dim extendObject As Object Dim instance As New FormatCellsActionCommand(worksheet, newStyleFormat, reference, isMergedCell, extendObject)
public FormatCellsActionCommand( Worksheet worksheet, StyleFormat newStyleFormat, Reference reference, Nullable<bool> isMergedCell, object extendObject )
Parameters
- worksheet
- newStyleFormat
- reference
- The range which this command working to.
- isMergedCell
- extendObject
- The extend object.